专利摘要:
A vehicle-mounted information processing device comprises a platform having vehicle-mounted hardware and one or more basic functions to control the hardware. An application processing unit performs a predetermined processing by using the one or more basic functions of the platform. When transferring information from the platform to the application processing unit, a single interface unit transfers it in a constant data format. When transferring information from the application processing unit to the platform, the single interface unit transfers it in a certain data format corresponding to the platform.
公开号:US20010002454A1
申请号:US09/725,144
申请日:2000-11-29
公开日:2001-05-31
发明作者:Shinya Narumi;Akio Uekawa;Hideharu Yasutake
申请人:Mitsubishi Electric Corp;
IPC主号:G01C21-26
专利说明:
[0001] 1. Field of the Invention [0001]
[0002] The present invention relates to a vehicle-mounted information processing device for executing an application such as navigation functions, and a storage medium having embodied thereon a computer program for making a machine as the information processing device. [0002]
[0003] 2. Description of the Prior Art [0003]
[0004] FIG. 8 is a diagram hierarchically showing the structure of a prior art vehicle-mounted information processing device. In the figure, reference numeral [0004] 201 denotes navigation hardware including a remote controller, a CD (Compact Disc)-ROM drive, a display, a GPS (Global Positioning System) receiver, etc., numeral 202 denotes a navigation OS (operating system) having basic functions to control the navigation hardware 201, numeral 203 denotes device drivers for directly controlling the navigation hardware 201, and numeral 204 denotes a navigation application for implementing a navigation system. This prior art vehicle-mounted information processing device has a ROM for storing these programs, a microprocessor for executing them, etc.
[0005] In operation, in the prior art vehicle-mounted information processing device, the navigation application [0005] 204 is executed on the navigation OS 202, an event generated by each piece of navigation hardware 201 is processed properly, and the navigation system is implemented.
[0006] Thus, the prior art vehicle-mounted information processing device implements a navigation system. The navigation application [0006] 204 of the vehicle-mounted information processing device can be developed on a general-purpose OS installed in a personal computer, in other words, the navigation application 204 can be developed on a platform consists of a personal computer and a general-purpose OS. The navigation application 204 is transplanted on the platform consists of the navigation hardware 201, the navigation OS 202, and the device drivers 203 after it has been completed.
[0007] When developing a navigation application [0007] 204 on a platform consists of a personal computer and a general-purpose OS, and transplanting this on the platform consists of the navigation hardware 201, the navigation OS 202, and the device drivers 203, it is necessary to modify the navigation application 204 since the transfer of various information between the navigation application 204 and the navigation OS 202 depends on a component of the platform, such as the navigation OS 202, and, therefore, the development work of a navigation application 204 becomes complex.
[0008] A prior art technology that solves the problem is described in Japanese patent application publication No. 11-211489, for example. FIG. 9 is a diagram hierarchically showing the structure of another prior art vehicle-mounted information processing device disclosed in, for example, Japanese patent application publication No. 11-211489. In the figure, reference numerals [0008] 211 to 213 respectively denote a plurality of interface modules each of which includes, for instance, Java™ Virtual Machine, Java basic API (Application Programming Interface), a navigation class library, and Java extension API, the plurality of interface modules being provided for a plurality of services, respectively. The explanation of other components will be omitted hereafter since those components are the same as those shown in FIG. 8.
[0009] In operation, in the prior art vehicle-mounted information processing device, the plurality of interface modules [0009] 211 to 213 each of which includes, for instance, Java Virtual Machine, Java basic API, a navigation class library, and Java extension API operate on the navigation OS 202, and the navigation application 204 operates on the plurality of interface modules 211 to 213. At this time, for each service provided by the navigation application 204, a corresponding one of the plurality of interface modules 211 to 213 performs transfer of predetermined information between the navigation OS 202 and the navigation application 204.
[0010] Thus, the navigation application [0010] 204 can operate on the plurality of interface modules 211 to 213 each of which consists of Java Virtual Machine etc. in the prior art vehicle-mounted information processing device constructed as shown in FIG. 9. Accordingly, the same navigation application 204 can be made to operate in different platforms.
[0011] A problem with a prior art vehicle-mounted information processing device constructed as above is that since an interface module is provided for each service, a plurality of event waitings occur in a navigation application and it therefore becomes necessary to make processes synchronize with each other in the navigation application, and, as a result, the structure of the navigation application and hence the development of the navigation application become complex. [0011] SUMMARY OF THE INVENTION
[0012] The present invention is proposed to solve the above-mentioned problems, it is therefore an object of the present invention to provide a vehicle-mounted information processing device capable of, when transferring information from a platform to a navigation application, transferring it in a constant data format to all services provided by the navigation application, and, when transferring information from the navigation application to the platform, transferring it in a certain data format corresponding to the platform, by using a single interface means, and a storage medium having embodied thereon a computer program for making a machine as the information processing device, thereby simplifying the structure of the navigation application and providing an easy development of navigation applications. [0012]
[0013] In accordance with an aspect of the present invention, there is provided a vehicle-mounted information processing device comprising: a platform having vehicle-mounted hardware and one or more basic functions to control the hardware; an application processing unit for performing a predetermined processing by using the one or more basic functions of the platform; and a single interface unit for, when transferring information from the platform to the application processing unit, transferring it in a constant data format, and for, when transferring information from the application processing unit to the platform, transferring it in a certain data format corresponding to the platform. [0013]
[0014] In accordance with a preferred embodiment of the present invention, each of the single interface unit and the application processing unit includes a common interface unit for transferring information in a constant data format. [0014]
[0015] In accordance with another preferred embodiment of the present invention, the single interface unit includes a hardware monitor unit for monitoring each of a plurality of pieces of hardware included in the vehicle-mounted hardware, an event generation unit for generating a platform-independent event corresponding to an event generated in any one of the plurality of pieces of hardware detected by the hardware monitor unit, and an event transmission unit for transmitting the platform-independent event generated by the event generation unit to the application processing unit. [0015]
[0016] Preferably, when the hardware monitor unit detects two or more events, the event generation unit generates two or more platform-independent events from the events one by one based on predetermined priorities assigned to the detected events. [0016]
[0017] In accordance with a further aspect of the present invention, there is provided a computer readable storage medium having embodied thereon a computer program, the computer program making a machine function as: an application processing unit for performing a predetermined processing by using one or more basic functions of a platform having vehicle-mounted hardware; and a single interface unit for, when transferring information from the platform to the application processing unit, transferring it in a constant data format, and for, when transferring information from the application processing unit to the platform, transferring it in a certain data format corresponding to the platform. [0017]
[0018] Further objects and advantages of the present invention will be apparent from the following description of the preferred embodiments of the invention as illustrated in the accompanying drawings. [0018] BRIEF DESCRIPTION OF THE DRAWINGS
[0019] FIG. 1 is a block diagram showing the hardware configuration of a vehicle-mounted information processing device according to a first embodiment of the present invention; [0019]
[0020] FIG. 2 is a diagram hierarchically showing the structure of the vehicle-mounted information processing device according to the first embodiment of the present invention; [0020]
[0021] FIG. 3 is a diagram hierarchically showing the structure of a vehicle-mounted information processing device according to a second embodiment of the present invention; [0021]
[0022] FIG. 4 is a diagram hierarchically showing the structure of a vehicle-mounted information processing device according to a third embodiment of the present invention; [0022]
[0023] FIG. 5 is a diagram hierarchically showing the vehicle-mounted information processing device according to the third embodiment of the present invention under development of a navigation application; [0023]
[0024] FIG. 6 is a diagram showing one example of a display image under development of a navigation application; [0024]
[0025] FIG. 7 is a diagram hierarchically showing the structure of a vehicle-mounted information processing device according to a fourth embodiment of the present invention; [0025]
[0026] FIG. 8 is a diagram hierarchically showing the structure of a prior art vehicle-mounted information processing device; and [0026]
[0027] FIG. 9 is a diagram hierarchically showing the structure of another prior art vehicle-mounted information processing device. [0027] DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiment 1
[0028] FIG. 1 is a block diagram showing the hardware configuration of a vehicle-mounted information processing device according to a first embodiment of the present invention. In the figure, reference numeral [0028] 1 denotes a microprocessor for executing such programs as a navigation OS, device drivers, a platform-dependent interface module, and a navigation application, numeral 2 denotes a ROM for storing the programs such as the navigation OS, the device drivers, the platform-dependent interface module, and the navigation application, numeral 3 denotes a RAM for temporarily storing a program, such as the navigation OS, a device driver, the platform-dependent module, or the navigation application, and data during execution of the program, and numeral 4 denotes navigation hardware including a remote controller, a CD-ROM (or DVD (Digital Versatile Disc) -ROM) drive, a display, a GPS receiver, etc.
[0029] It is possible to record the navigation OS, the device drivers, the platform-dependent interface module, and the navigation application, etc. in a storage medium such as a CD instead of the ROM [0029] 2, and to read and to use those programs with a CD-ROM drive. As an alternative, it is possible to store only the navigation OS and the device drivers in the ROM 2, to record the platform-dependent interface module and the navigation application in a storage medium such as a CD, and to read and to use them with a CD-ROM drive.
[0030] FIG. 2 is a diagram hierarchically showing the structure of the vehicle-mounted information processing device according to the first embodiment of the present invention. In the figure, reference numeral [0030] 4 denotes the above-mentioned navigation hardware, numeral 11 denotes the navigation OS having basic functions to control the navigation hardware 4, and numeral 12 denotes the device drivers to directly control the navigation hardware 4. A platform consists of the navigation hardware 4, the navigation OS 11, and the device drivers 12.
[0031] Reference numeral [0031] 13 denotes a platform-dependent interface module for, when transferring predetermined information from the platform to the navigation application 14, transferring it in a constant data format to all services provided by the navigation application 14, and, when transferring predetermined information from the navigation application 14 to the platform, transferring it in a certain data format corresponding to the platform from the navigation application 14 to the platform. The navigation application 14 implements a navigation system. Reference numeral 21 denotes a converter located in the platform-dependent interface module 13, for converting data from the platform into data in the constant data format which does not depend on the platform (i.e., a platform-independent event).
[0032] In operation, the single platform-dependent interface module [0032] 13 as shown in FIG. 2 operates on the navigation OS 11, and the navigation application 14 operates on the platform-dependent interface module 13. The single platform-dependent interface module 13 receives data from each piece of navigation hardware 4, such as the remote controller, by way of the device driver 12 etc., and the converter 21 converts the data into data in the constant data format, and supplies the data with an identifier identifying the piece of the navigation hardware 4 which has output the data to the navigation application 14.
[0033] The navigation application [0033] 14 stands by until data and an identifier from the single platform-dependent interface module 13 are supplied thereto, and then performs a service corresponding to the data and the identifier received by using the basic functions of the platform when it receives the data and the identifier.
[0034] The navigation application [0034] 14 can be developed on a platform such as a personal computer on which a general-purpose OS runs. The navigation application 14 is then transplanted on the platform consists of the navigation hardware 4, the navigation OS 11, and the device drivers 12 after it has been completed. When transplanting the navigation application 14 onto another platform, i.e., when switching from a platform on which the navigation application 14 has been developed to another platform in which the navigation application 14 is actually used, all that is needed is to change the platform-dependent interface module 13 from the one for development to the one for mounting, and there is hardly a necessity for changing the navigation application 14.
[0035] As mentioned above, according to the first embodiment, the vehicle-mounted information processing device can, when transferring predetermined information from the platform to the navigation application [0035] 14, transfer it in a constant data format to all services provided by the navigation application 14, and, when transferring predetermined information from the navigation application 14 to the platform, transfer it in a certain data format corresponding to the platform from the navigation application 14 to the platform, by using the single platform-dependent interface module 13, thereby simplifying the structure of the navigation application 14, and therefore facilitating the development of the navigation application 14. In addition, the present embodiment offers another advantage of being able to easily change the platform. Embodiment 2
[0036] FIG. 3 is a diagram hierarchically showing the structure of a vehicle-mounted information processing device according to a second embodiment of the present invention. In the figure, reference numerals [0036] 22 and 31 denote common interface units disposed in a navigation application 14 and a platform-dependent interface module 13, respectively, for transferring information in a constant data format. The explanation of other components will be omitted hereafter since those components are the same as those shown in FIG. 2 according to the above-mentioned first embodiment. Furthermore, since the hardware configuration of the vehicle-mounted information processing device according to the second embodiment is the same as that according to the above-mentioned first embodiment, the explanation will be omitted hereafter.
[0037] In operation, in the vehicle-mounted information processing device according to the second embodiment, the transfer of information between the platform-dependent interface module [0037] 13 and the navigation application 14 is performed in the constant data format by the common interface units 22 and 31. The explanation of other operations will be omitted hereafter since those components are the same as those according to the above-mentioned first embodiment.
[0038] As mentioned above, according to the second embodiment, since the vehicle-mounted information processing device performs the transfer of information between the platform-dependent interface module [0038] 13 and the navigation application 14 in a constant data format by using the common interface units 22 and 31, the navigation application which has the majority of the program becomes more platform-independent and therefore all that is needed to transplant the navigation application 14 onto another platform is to change only part of the platform-dependent interface module 13 other than the common interface unit 22. Accordingly, the second embodiment offers an advantage of being able to easily transplant the navigation application onto a plurality of kinds of platforms. Embodiment 3
[0039] FIG. 4 is a diagram hierarchically showing the structure of a vehicle-mounted information processing device according to a third embodiment of the present invention. In the figure, reference numeral [0039] 41 denotes a remote controller disposed as a piece of navigation hardware 4, numeral 42 denotes a GPS receiver disposed as a piece of the navigation hardware 4, and numeral 43 denotes a CD drive disposed as a piece of the navigation hardware 4.
[0040] Reference numeral [0040] 51 denotes a remote control monitor object for monitoring the remote controller 41, and numeral 52 denotes an event queue for holding one or more events issued by the remote control monitor object 51, numeral 53 denotes a GPS monitor object for monitoring the GPS receiver 42, and numeral 54 denotes an event queue for holding one or more events issued by the GPS monitor object 53, numeral 55 denotes a CD monitor object for monitoring the CD drive 43, and numeral 56 denotes an event queue for holding one or more events issued by the CD monitor object 55.
[0041] Reference numeral [0041] 57 denotes an event generation unit for, when an event is held in any one of the event queues 52, 54, and 56, generating a platform-independent event in a constant data format, which corresponds to the kind of the piece of navigation hardware 4 which has generated the event and the contents of the event, numeral 58 denotes an event transmission unit for supplying a platform-independent event generated by the event generation unit 57 to the navigation application 14, and numeral 61 denotes a callback interface unit for causing the navigation application 14 to process a platform-independent event from the event transmission unit so as to perform a service (i.e., an application program) corresponding to the platform-independent event.
[0042] Since the hardware configuration of the vehicle-mounted information processing device according to the third embodiment is the same as that according to the above-mentioned first embodiment, the explanation will be omitted hereafter. [0042]
[0043] In operation, when an event is generated based on an operation or the like performed by the user in the remote controller [0043] 41, the remote control monitor object 51 registers the event in the event queue 52. Furthermore, when an event is generated in the GPS receiver 42, the GPS monitor object 53 registers the event in the event queue 54, and when an event is generated in the CD drive 43, the CD monitor object 55 registers the event in the event queue 56. These events held by the plurality of event queues 52, 54, and 56 depend on the platform. Although two or more events can be registered in each of the plurality of event queues 52, 54, and 56, two identical events cannot be registered in each of the plurality of event queues 52, 54, and 56. When an event generated is identical to the one already registered in a corresponding one of the plurality of event queues 52, 54, and 56, the event cannot be held by the corresponding event queue.
[0044] When an event is registered in a corresponding one of the plurality of event queues [0044] 52, 54 and 56, the event generation unit 57 reads it and generates a platform-independent event in a constant data format, which corresponds to the kind of the piece of navigation hardware 4 which has generated the event and the contents of the event. The event transmission unit 58 supplies the platform-independent event to the callback interface unit 61 of the navigation application 14. For example, the data format of this platform-independent event can be defined as “OriginalEvent(EventID,data);”. Here, “EventID” is an identifier identifying the piece of navigation hardware 4 which has generated the event, and “data” is data on the event, which can be described in a certain form which does not depend on the platform.
[0045] The callback interface part [0045] 61 causes the navigation application 14 to process the platform-independent event so as to perform a service corresponding to the platform-independent event. Thus, a platform-independent event generated by the event generation unit 57 is supplied to the navigation application 14 by the platform-dependent interface module 13, and a service corresponding to an event generated by a piece of navigation hardware 4 is therefore performed by the navigation application 14.
[0046] Next, the development of a navigation application [0046] 14 will be explained. FIG. 5 is a diagram hierarchically showing the structure of the device under development of a navigation application, and FIG. 6 is a diagram showing one example of a display image under development of a navigation application. In the development phase, a personal computer 71 on which a general-purpose OS 72, such as Windows NT™, and various device drivers 73 operate is used as a platform, as shown in FIG. 5. The remote controller and various switches included in the navigation hardware 4 of FIG. 4 are imitated by a keyboard 81, and the GPS receiver etc. included in the navigation hardware 4 are imitated by a sensor data box 91 connected, by way of a serial interface 82, such as RS232C, with the personal computer 71. The sensor data box 91 can imitate GPS data and car speed data, and output them to the computer via the serial interface.
[0047] In the case of use of such the platform for development, a platform-dependent interface module [0047] 13A for development is used. In the platform-dependent interface module 13A for development, a keyboard processing object 92, a sensor data processing object 93, and a navigation screen window object 94 are provided instead of the remote control monitor object 51, the GPS monitor object 53, and the CD monitor object 55 shown in FIG. 4. The objects 92 and 93 can generate events based on an event generated by the keyboard 81 and sensor data supplied by the sensor data box 91 by way of the serial interface 82, respectively.
[0048] The navigation screen window object [0048] 94 can display a window 102 for a navigation image and a window 103 including a dialog, keys, a panel, etc. on a display 101 attached to the personal computer 71 by generating an event of display, as shown in FIG. 6. Basic functions, such as a window function and a dialog function, of the general-purpose OS 72 are used for the display of a window and a dialog.
[0049] The event generation unit [0049] 57 generates a platform-independent event from an event generated based on either an event generated by the keyboard 81 or sensor data supplied by the sensor data box 91 by way of the serial interface 82. The event transmission unit 58 then supplies the platform-independent event to the navigation application 14, and the navigation application 14 performs a service corresponding to the event generated by the keyboard 81 or the like. As a result, a navigation image based on the sensor data supplied by the sensor data box 91 can be displayed in the window 102 for example.
[0050] As mentioned above, according to the third embodiment, the navigation application only has to stand by until a platform-independent event is supplied from the platform-dependent interface module [0050] 13 to the navigation application 14, and perform a service corresponding to the supplied platform-independent event at any time. Accordingly, data formats of information supplied to the navigation application are unified, the debugging work in the development phase of the navigation application can be simplified, and therefore the development efficiency can be improved.
[0051] Furthermore, since it is easy to obtain a developer tool which operates on personal computers and there are very few developer tools which operate in a real machine, decrease in the number of parts which should be developed on a real machine can improve the development efficiency. [0051] Embodiment 4
[0052] FIG. 7 is a diagram hierarchically showing the structure of a vehicle-mounted information processing device according to a fourth embodiment of the present invention. In the figure, reference numeral [0052] 57A denotes a priority-assigned event generation unit for, when events are held by a plurality of event queues 52, 54, and 56, respectively, sequentially generating a plurality of platform-independent events in a constant data format, which respectively correspond to the kinds of the pieces of navigation hardware 4 which have generated the events and the contents of the events, in order of priorities assigned to the events. These priorities are preset based on the importance degree of a service to be performed according to each event and the load imposed on the device when the service is performed. The explanation of other components will be omitted hereafter since those components are the same as those shown in FIG. 4 according to the above-mentioned third embodiment.
[0053] Furthermore, since the hardware configuration of the vehicle-mounted information processing device according to the fourth embodiment is the same as that according to the above-mentioned first embodiment, the explanation will be omitted hereafter. [0053]
[0054] In operation, when events are held by the plurality of event queues [0054] 52, 54, and 56, respectively, the priority-assigned event generation unit 57A generates a plurality of platform-independent events in a constant data format, which respectively correspond to the kinds of pieces of navigation hardware 4 which have generated the events and the contents of the events, one by one in order of the priorities assigned to the events. The explanation of other operations will be omitted since the operations are the same as those according to the above-mentioned third embodiment.
[0055] As mentioned above, according to the fourth embodiment, the priority-assigned event generation unit [0055] 57A generates a plurality of platform-independent events from events generated by the navigation hardware 4 one by one in order of the priorities assigned to the events. Accordingly, the fourth embodiment offers an advantage of being able to flexibly process events generated by the navigation hardware one by one in more appropriate order, thereby improving the performance of the device.
[0056] Many widely different embodiments of the present invention may be constructed without departing from the spirit and scope of the present invention. It should be understood that the present invention is not limited to the specific embodiments described in the specification, except as defined in the appended claims. [0056]
权利要求:
Claims (5)
[1" id="US-20010002454-A1-CLM-00001] 1. A vehicle-mounted information processing device comprising:
a platform having vehicle-mounted hardware and one or more basic functions to control said hardware;
an application processing means for performing a predetermined processing by using said one or more basic functions of said platform; and
a single interface means for, when transferring information from said platform to said application processing means, transferring it in a constant data format, and for, when transferring information from said application processing means to said platform, transferring it in a certain data format corresponding to the platform.
[2" id="US-20010002454-A1-CLM-00002] 2. The vehicle-mounted information processing device according to
claim 1 , wherein each of said single interface means and said application processing means includes a common interface means for transferring information in a constant data format.
[3" id="US-20010002454-A1-CLM-00003] 3. The vehicle-mounted information processing device according to
claim 1 , wherein said single interface means includes a hardware monitor means for monitoring each of a plurality of pieces of hardware included in said vehicle-mounted hardware, an event generation means for generating a platform-independent event corresponding to an event generated in any one of the plurality of pieces of hardware detected by said hardware monitor means, and an event transmission means for transmitting the platform-independent event generated by said event generation means to said application processing means.
[4" id="US-20010002454-A1-CLM-00004] 4. The vehicle-mounted information processing device according to
claim 1 , wherein when said hardware monitor means detects two or more events, said event generation means generates two or more platform-independent events from the events one by one based on predetermined priorities assigned to the detected events.
[5" id="US-20010002454-A1-CLM-00005] 5. A computer readable storage medium having embodied thereon a computer program, said computer program making a machine function as:
an application processing means for performing a predetermined processing by using one or more basic functions of a platform having vehicle-mounted hardware; and
a single interface means for, when transferring information from said platform to said application processing means, transferring it in a constant data format, and for, when transferring information from said application processing means to said platform, transferring it in a certain data format corresponding to the platform.
类似技术:
公开号 | 公开日 | 专利标题
US7089568B2|2006-08-08|Program control method, computer system, control program, and storage medium storing the control program
US6490520B2|2002-12-03|Vehicle-mounted information processing device and storage medium
US7024666B1|2006-04-04|Motion control systems and methods
US6966050B2|2005-11-15|Software building support system
KR20010053431A|2001-06-25|Meeting system and information storage medium
EP0463252B1|1996-12-27|Message handling in data processing apparatus
CN1755619A|2006-04-05|Method, system, and apparatus for providing a document preview
US20050086632A1|2005-04-21|Interface method for a device driver
JPWO2002075538A1|2004-07-08|In-vehicle multimedia device
CN100390741C|2008-05-28|Program processing system, program processing method, and computer program
US8332764B2|2012-12-11|Editing device, information processing device, editing method, and editing program product
US5995752A|1999-11-30|Use of language instructions and functions across multiple processing sub-environments
US6539447B1|2003-03-25|Interrupt control system
CN100468347C|2009-03-11|Process and device for transferring parameter between application module and COM component
US6324562B1|2001-11-27|Information processing apparatus, multitask control method, and program recording medium
KR100470254B1|2005-02-07|Meeting system and information storage medium
GB2342735A|2000-04-19|Transferring information between computer programs
US5765148A|1998-06-09|Database processing apparatus and database processing method for variable length objects, and computer-readable memory medium for storing database processing program
US6104873A|2000-08-15|Use of language instructions and functions across multiple processing sub-environments
JP2897748B2|1999-05-31|Keyboard device
JP2669387B2|1997-10-27|Database driven automatic program generation system
JP2928128B2|1999-08-03|CPU peripheral device simulation method and method
JPH11327681A|1999-11-26|Virtual system time management system and management method and recording medium recording management program
JP2001043079A|2001-02-16|Device for supporting software development, device and method for generating software part, and recording medium
US7120782B2|2006-10-10|Methods, systems and computer program products for accessing descriptive information associated with a TDMA/GSM switch
同族专利:
公开号 | 公开日
DE10059475A1|2001-06-13|
KR20010051982A|2001-06-25|
JP3739615B2|2006-01-25|
JP2001159524A|2001-06-12|
KR100550733B1|2006-02-08|
US6490520B2|2002-12-03|
DE10059475B4|2009-12-10|
引用文献:
公开号 | 申请日 | 公开日 | 申请人 | 专利标题
US6487493B2|1999-11-30|2002-11-26|Mitsubishi Denki Kabushiki Kaisha|Navigation device having a platform-dependent part and a user-interface-dependent part for supplying navigation services|
GB2438743A|2006-06-02|2007-12-05|Vida Software S L|User Interfaces for Electronic Devices|
US20080034379A1|2006-08-04|2008-02-07|Lectronix, Inc.|Method and System for Integrating and Controlling Components and Subsystems|
EP2047362A2|2006-08-04|2009-04-15|Lectronix, Inc.|Method and system for integrating and controlling components and subsystems|
CN104964682A|2015-05-07|2015-10-07|大唐终端技术有限公司|Positioning equipment switching method and the device|
US9542241B2|2011-07-12|2017-01-10|Harman International Industries, Incorporated|Navigation application interface|CA2025170A1|1989-09-28|1991-03-29|John W. White|Portable and dynamic distributed applications architecture|
JP3131675B2|1993-10-12|2001-02-05|三菱電機株式会社|Development and evaluation method of one-chip microcomputer and its program|
JPH08339350A|1995-06-09|1996-12-24|Mitsubishi Electric Corp|Terminal control system|
DE19625002B4|1996-06-22|2005-03-10|Daimler Chrysler Ag|Vehicle communication system|
US6047280A|1996-10-25|2000-04-04|Navigation Technologies Corporation|Interface layer for navigation system|
EP0909094A1|1997-10-07|1999-04-14|CANAL+ Société Anonyme|Multithread data processor|
EP0908862A3|1997-10-10|2000-08-16|Miltronik GmbH & Co. KG|Interface between a vehicle and a processing device|
JP3546680B2|1998-01-26|2004-07-28|トヨタ自動車株式会社|Navigation device|JP4515701B2|2002-12-13|2010-08-04|株式会社デンソー|VEHICLE CONTROL PROGRAM AND VEHICLE CONTROL DEVICE|
JP2005114569A|2003-10-08|2005-04-28|Navitime Japan Co Ltd|Navigation device, navigation method and program|
DE102004051414A1|2004-10-22|2006-04-27|Volkswagen Ag|Communication device for motor vehicle, has interface between connecting module and indicator or between connecting module and control unit for transferring data of independent format between indicator, control unit and connecting module|
JP2006155081A|2004-11-26|2006-06-15|Fujitsu Ltd|Program and device for electronic data exchange, and information processing program|
TWI326359B|2007-03-28|2010-06-21|Nanya Technology Corp|Tester and sturcture of probe thereof|
JP5482766B2|2011-11-07|2014-05-07|株式会社デンソー|Vehicle navigation device|
法律状态:
2000-11-29| AS| Assignment|Owner name: MITSUBISHI DENKI KABUSHIKI KAISHA, JAPAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:NARUMI, SHINYA;UEKAWA, AKIO;YASUTAKE, HIDEHARU;REEL/FRAME:011319/0791 Effective date: 20001115 |
2002-11-14| STCF| Information on status: patent grant|Free format text: PATENTED CASE |
2006-05-12| FPAY| Fee payment|Year of fee payment: 4 |
2010-05-07| FPAY| Fee payment|Year of fee payment: 8 |
2014-05-07| FPAY| Fee payment|Year of fee payment: 12 |
优先权:
申请号 | 申请日 | 专利标题
JP11-340995||1999-11-30||
JP34099599A|JP3739615B2|1999-11-30|1999-11-30|In-vehicle information processing apparatus and recording medium|
[返回顶部]